Carbon


InvalRect

Header: MacWindows.h Carbon status: Unsupported

void InvalRect (
    const Rect *badRect
);
AVAILABILITY

Not supported in Carbon. Not available in Carbon.

CARBON NOTES

Calls InvalWindowRect, which takes a window pointer as an additional parameter.

Invalidation works on windows, not ports, and because windows are not ports in Carbon, this change is necessary.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)